Skip to main content

Sugar PM2.5 Module

Introduction

Sugar PM25

Features


Read the density of three major diameter of particulate matter in the air

Signal :I2C signal

Module Principle

When fine particulate matter in the air enters the area where the laser beam is located, the laser will be scattered; the scattered light has 360° radiation in space, and a photodetector is placed in an appropriate position to receive the scattered light, and then the photoelectric detector generates a current signal through the photoelectric effect, and after amplification and processing by the operational amplifier circuit, the fine particulate matter concentration value can be obtained.

PM2.5, PM1.0 and PM10 are three main types of atmospheric particulate matter, which represent particulate matter in the air with diameters less than or equal to 2.5 microns, 1.0 microns and 10 microns, respectively. These particulate matters come from industrial emissions, vehicle exhaust, combustion emissions and natural processes.

Normal standards refer to the concentration limits of these particulate matters in the air. According to the standards of the World Health Organization, the annual average concentration of PM2.5 should not exceed 10 micrograms / cubic meter, and the 24-hour average value should not exceed 25 micrograms / cubic meter; the annual average concentration of PM10 should not exceed 20 micrograms / cubic meter, and the 24-hour average value should not exceed 50 micrograms / cubic meter. For PM1.0, there is currently no unified international standard, and the standards in different regions may vary.

When the concentration of these particulate matters in the air exceeds the normal standard, it may affect human health, including respiratory diseases, cardiovascular diseases, etc. Therefore, monitoring and controlling the concentration of these particulate matters is very important for protecting public health.

Using on Futureboard Lite

Futureboard Lite mainboard3.png

Blocks-Function Description

No.Block ImageBlock Function
1image-20240321135258125Read the concentration of PM1.0, PM2.5, and PM10 particles in the sensor, in units of ug/m³

Case - Air Quality Monitoring


Wiring Diagram

image.png

Future Board Lite InterfaceWiring
Sugar Cube PM25.pngPM2.5 ModuleI2CBlack PH2.0-4Pin Interface Cableuntitled.108.png

Program Writing

blocksPng-1710562069786

danger

Set three variables to store three data values of PM1.0, PM2.5, and PM10 <br />After successfully obtaining them, display them on the screen <br />

blocksPng-1710562081407

tip

Set a normal standard for the value. The following values can be adjusted according to the actual situation. When the value of the sensor read is lower than the standard, draw a red circle on the right side of the screen; otherwise, display a green circle

blocksPng-1710562085398

Effect

IMG_5908.JPG

Using on Microbit

Robotbit_压缩后.png

Programming Platform

Microsoft MakeCode for micro:bit Programming with Makecode platform

Add the Sugar Plugin

image-20240311154521941 image.png Search for Sugar under Extensions and click Add

Wiring Diagram

image.png

Microbit Robtobit InterfaceWiring
Sugar Cube PM25.pngPM2.5 ModuleI2CBlack PH2.0-4Pin Interface Cableuntitled.108.png

Blocks-Function Description

No.Block ImageBlock Function
1image-20240315180701947Read the concentration of PM1.0, PM2.5, and PM10 particles in the sensor, in units of ug/m³

Case: Brightness Control - Breathing Light


Press the A key to determine whether the value is lower than the set standard. If it is lower than the standard, display a smiling face; otherwise, display a crying face

image-20240315180745987

Press the B key to display the current PM value

image-20240315180823530 The method for other PM values is the same image-20240315180833461